home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / Bonus / Plasmatech / ptscp_examples.exe / %MAINDIR% / Examples / CustomColumns / Delphi / FMain.dfm / FMain.txt
Encoding:
Text File  |  2001-08-31  |  1.3 KB  |  65 lines

  1. object FrmMain: TFrmMain
  2.   Left = 200
  3.   Top = 124
  4.   Width = 696
  5.   Height = 480
  6.   Caption = 'FrmMain'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object PTSplitter1: TPTSplitter
  14.     Left = 0
  15.     Top = 0
  16.     Width = 688
  17.     Height = 453
  18.     Align = alClient
  19.     Position = 216
  20.     TabOrder = 0
  21.     object PTSplitter1_pane1: TPTPane
  22.       Left = 0
  23.       Top = 0
  24.       Width = 216
  25.       Height = 453
  26.       Index = 0
  27.       object PTShellTree1: TPTShellTree
  28.         Left = 0
  29.         Top = 0
  30.         Width = 212
  31.         Height = 449
  32.         ShellList = PTShellList1
  33.         BorderStyle = bsNone
  34.         ShowRoot = False
  35.         DragMode = dmAutomatic
  36.         Indent = 19
  37.         Align = alClient
  38.         ParentColor = False
  39.         TabOrder = 0
  40.       end
  41.     end
  42.     object PTSplitter1_pane2: TPTPane
  43.       Left = 219
  44.       Top = 0
  45.       Width = 469
  46.       Height = 453
  47.       Index = 1
  48.       object PTShellList1: TPTShellList
  49.         Left = 0
  50.         Top = 0
  51.         Width = 465
  52.         Height = 449
  53.         OnFillComplete = PTShellList1FillComplete
  54.         Align = alClient
  55.         BorderStyle = bsNone
  56.         ReadOnly = False
  57.         IconOptions.AutoArrange = True
  58.         OnInsert = PTShellList1Insert
  59.         TabOrder = 0
  60.         ViewStyle = vsReport
  61.       end
  62.     end
  63.   end
  64. end
  65.